-
Notifications
You must be signed in to change notification settings - Fork 155
NTS Radio #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
NTS Radio #948
Conversation
Issues FoundNo issues with your PR description were found. Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
|
You have not added your plugin as a submodule, you have instead created a folder in the plugins directory and put a plugin.json file in there. View the repository structure to see what other submodules look like, you need to edit .gitmodules to add your plugin as a submodule in the plugins directory. |
|
Thanks for the clarification — that was my mistake. I’ve removed the previously committed folder and re-added decky-nts as a proper git submodule under plugins/, with the .gitmodules entry updated accordingly. The plugin now points directly to its own repository. Please let me know if anything else needs adjusting. |
|
Also worth noting: the plugin repository now has v1.0.2 tagged and published here: That release is what the submodule currently points to. |
EMERALD0874
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In plugin.json
- Your plugin is a derivative of RadiYo. Please update your LICENSE to reflect your copyright and not RadiYo's author's.
- Please remove RadiYo-specific content like /images files which are unused in your plugin.
- Please explain why a derivative plugin is necessary instead of a PR to RadiYo.
Add NTS Radio to Plugin Store
Repository: https://github.com/dylwww/decky-nts
NTS Radio is a Decky Loader plugin that lets you listen to NTS 1 and NTS 2 live directly from the Steam Deck sidebar.
It features live show titles, current artwork, volume control, and an instant kill button using native HTML5 audio — no browser, no external player, and no backend services (frontend-only; Python backend is not used).
Task Checklist
Developer
Plugin
Backend
Community
Testing